babl/babl-model.c: upstream file restored
authorMatteo F. Vescovi <mfv.debian@gmail.com>
Tue, 7 Feb 2012 13:19:02 +0000 (14:19 +0100)
committerMatteo F. Vescovi <mfv.debian@gmail.com>
Tue, 7 Feb 2012 13:19:02 +0000 (14:19 +0100)
Following NMU, this upstream file has been modified directly,
instead of providing the change through a patch.

Signed-off-by: Matteo F. Vescovi <mfv.debian@gmail.com>
Git-Dch: Short

babl/babl-model.c

index 16a99b2d2db11b53c9c44a544feb8681ed9376ad..5fd49085aea22caed83faeb6d523af6cfc3aa574 100644 (file)
@@ -46,7 +46,7 @@ create_name (const char     *name,
     return name;
   while (components--)
     {
-      sprintf (p, "%s", (*component)->instance.name);
+      sprintf (p, (*component)->instance.name);
       p += strlen ((*component)->instance.name);
       component++;
     }